home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 June: Reference Library
/
Dev.CD Jun 96 RL
/
Dev.CD Jun 96 RL.toast
/
Technical Documentation
/
develop
/
develop Issue 24
/
develop Issue 24 code
/
Scriptable Database 1.0a15
/
Scripting
/
ScriptErrors.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-19
|
191 b
|
13 lines
|
[
TEXT/CWIE
]
#ifndef __SCRIPTERRORS__
#define __SCRIPTERRORS__
class TDescriptor;
class TAEvent;
#include <Types.h>
void ProcessError(OSErr err, TDescriptor& offendingObject, TAEvent& reply);
#endif